home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TPIEGRAPHDLG / TPIEGRAPHDLG.txt
Text File  |  1997-05-14  |  11KB  |  355 lines

  1. object PieGraphDlg: TPieGraphDlg
  2.   Left = 44
  3.   Top = 113
  4.   Width = 578
  5.   Height = 413
  6.   Caption = 'Summary Graph'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Chart1: TChart
  18.     Left = 0
  19.     Top = 60
  20.     Width = 570
  21.     Height = 326
  22.     AxisVisible = False
  23.     Title.Font.Color = clBlue
  24.     Title.Font.Height = -13
  25.     Title.Font.Name = 'Arial'
  26.     Title.Font.Style = [fsBold, fsItalic]
  27.     Title.Text.Strings = (
  28.       'TChart Component')
  29.     Foot.Font.Color = clRed
  30.     Foot.Font.Height = -12
  31.     Foot.Font.Name = 'Arial'
  32.     Foot.Font.Style = [fsItalic]
  33.     Foot.Text.Strings = (
  34.       '')
  35.     MarginLeft = 4
  36.     MarginRight = 4
  37.     MarginBottom = 0
  38.     View3dWalls = False
  39.     Legend.Alignment = laLeft
  40.     Legend.TextStyle = ltsLeftPercent
  41.     Legend.TopPos = 0
  42.     LeftAxis.Ticks.Color = clGray
  43.     LeftAxis.TicksInner.Color = clGray
  44.     LeftAxis.Grid.Color = clScrollBar
  45.     LeftAxis.Grid.Style = psDot
  46.     LeftAxis.Axis.Width = 2
  47.     LeftAxis.Title.Angle = 90
  48.     RightAxis.Ticks.Color = clGray
  49.     RightAxis.TicksInner.Color = clGray
  50.     RightAxis.Grid.Color = clScrollBar
  51.     RightAxis.Grid.Style = psDot
  52.     RightAxis.Axis.Width = 2
  53.     RightAxis.Title.Angle = 270
  54.     TopAxis.Ticks.Color = clGray
  55.     TopAxis.TicksInner.Color = clGray
  56.     TopAxis.Grid.Color = clScrollBar
  57.     TopAxis.Grid.Style = psDot
  58.     TopAxis.Axis.Width = 2
  59.     BottomAxis.LabelsAngle = 90
  60.     BottomAxis.LabelsSeparation = 0
  61.     BottomAxis.LabelsSize = 40
  62.     BottomAxis.LabelsFont.Color = clBlack
  63.     BottomAxis.LabelsFont.Height = -11
  64.     BottomAxis.LabelsFont.Name = 'Arial'
  65.     BottomAxis.LabelsFont.Style = []
  66.     BottomAxis.Ticks.Color = clGray
  67.     BottomAxis.TicksInner.Color = clGray
  68.     BottomAxis.Grid.Color = clScrollBar
  69.     BottomAxis.Grid.Style = psDot
  70.     BottomAxis.Axis.Width = 2
  71.     Frame.Visible = False
  72.     AllowZoom = False
  73.     AllowPanning = pmNone
  74.     ClipPoints = False
  75.     MaxPointsPerPage = 10
  76.     Align = alClient
  77.     TabOrder = 0
  78.     OnPageChange = Chart1PageChange
  79.   end
  80.   object Panel1: TPanel
  81.     Left = 0
  82.     Top = 0
  83.     Width = 570
  84.     Height = 60
  85.     Align = alTop
  86.     BevelOuter = bvNone
  87.     TabOrder = 1
  88.     object Label1: TLabel
  89.       Left = 192
  90.       Top = 4
  91.       Width = 47
  92.       Height = 26
  93.       Caption = 'Items Per Page:'
  94.       Font.Color = clBlack
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.       WordWrap = True
  100.     end
  101.     object SpeedButton1: TSpeedButton
  102.       Left = 228
  103.       Top = 28
  104.       Width = 25
  105.       Height = 25
  106.       Hint = 'Update Graph'
  107.       Glyph.Data = {
  108.         78010000424D7801000000000000760000002800000020000000100000000100
  109.         04000000000000000000120B0000120B00000000000000000000000000000000
  110.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  111.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  112.         555555555555555555555555555555555555555555FF55555555555559055555
  113.         55555555577FF5555555555599905555555555557777F5555555555599905555
  114.         555555557777FF5555555559999905555555555777777F555555559999990555
  115.         5555557777777FF5555557990599905555555777757777F55555790555599055
  116.         55557775555777FF5555555555599905555555555557777F5555555555559905
  117.         555555555555777FF5555555555559905555555555555777FF55555555555579
  118.         05555555555555777FF5555555555557905555555555555777FF555555555555
  119.         59905555555555555777555555555555555555555555555555550000}
  120.       NumGlyphs = 2
  121.       OnClick = SpeedButton1Click
  122.     end
  123.     object CheckBox1: TCheckBox
  124.       Left = 4
  125.       Top = 6
  126.       Width = 37
  127.       Height = 17
  128.       Caption = '3D'
  129.       Font.Color = clBlack
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.       State = cbChecked
  135.       TabOrder = 0
  136.       OnClick = CheckBox1Click
  137.     end
  138.     object GraphType: TRadioGroup
  139.       Left = 44
  140.       Top = 0
  141.       Width = 61
  142.       Height = 56
  143.       Caption = 'Chart'
  144.       Font.Color = clBlack
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = []
  148.       ItemIndex = 0
  149.       Items.Strings = (
  150.         'Bars'
  151.         'Pie'
  152.         'Lines')
  153.       ParentFont = False
  154.       TabOrder = 1
  155.       OnClick = GraphTypeClick
  156.     end
  157.     object XLabels: TRadioGroup
  158.       Left = 108
  159.       Top = 0
  160.       Width = 77
  161.       Height = 56
  162.       Caption = 'X Axis Labels'
  163.       Font.Color = clBlack
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = []
  167.       ItemIndex = 0
  168.       Items.Strings = (
  169.         'Horizontal'
  170.         'Vertical'
  171.         'No Labels')
  172.       ParentFont = False
  173.       TabOrder = 2
  174.       OnClick = XLabelsClick
  175.     end
  176.     object Panel2: TPanel
  177.       Left = 382
  178.       Top = 0
  179.       Width = 188
  180.       Height = 60
  181.       Align = alRight
  182.       BevelOuter = bvNone
  183.       TabOrder = 3
  184.       object BitBtn1: TBitBtn
  185.         Left = 4
  186.         Top = 30
  187.         Width = 89
  188.         Height = 25
  189.         Hint = 'Previous Page'
  190.         Caption = '&Previous'
  191.         Font.Color = clBlack
  192.         Font.Height = -11
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ParentFont = False
  196.         TabOrder = 2
  197.         OnClick = BitBtn1Click
  198.         Glyph.Data = {
  199.           78010000424D7801000000000000760000002800000020000000100000000100
  200.           04000000000000000000120B0000120B00000000000000000000000000000000
  201.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  202.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  203.           33333333333333333333333333333333333333333333333333FF333333333333
  204.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  205.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  206.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  207.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  208.           000033333373FF77777733333330003333333333333777333333333333333333
  209.           3333333333333333333333333333333333333333333333333333333333333333
  210.           33333333333333333333333333333333333333333333333333330000}
  211.         NumGlyphs = 2
  212.       end
  213.       object BitBtn2: TBitBtn
  214.         Left = 95
  215.         Top = 30
  216.         Width = 89
  217.         Height = 25
  218.         Hint = 'Next Page'
  219.         Caption = '&Next'
  220.         Font.Color = clBlack
  221.         Font.Height = -11
  222.         Font.Name = 'MS Sans Serif'
  223.         Font.Style = []
  224.         ParentFont = False
  225.         TabOrder = 3
  226.         OnClick = BitBtn2Click
  227.         Glyph.Data = {
  228.           78010000424D7801000000000000760000002800000020000000100000000100
  229.           04000000000000000000120B0000120B00000000000000000000000000000000
  230.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  231.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  232.           3333333333333333333333333333333333333FFF333333333333000333333333
  233.           3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  234.           3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  235.           0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  236.           BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  237.           33337777773FF733333333333300033333333333337773333333333333333333
  238.           3333333333333333333333333333333333333333333333333333333333333333
  239.           33333333333333333333333333333333333333333333333333330000}
  240.         Layout = blGlyphRight
  241.         NumGlyphs = 2
  242.       end
  243.       object BitBtn3: TBitBtn
  244.         Left = 4
  245.         Top = 3
  246.         Width = 89
  247.         Height = 25
  248.         Hint = 'Print Graph'
  249.         Caption = 'P&rint'
  250.         Font.Color = clBlack
  251.         Font.Height = -11
  252.         Font.Name = 'MS Sans Serif'
  253.         Font.Style = []
  254.         ParentFont = False
  255.         TabOrder = 0
  256.         OnClick = BitBtn3Click
  257.         Glyph.Data = {
  258.           76010000424D7601000000000000760000002800000020000000100000000100
  259.           04000000000000010000130B0000130B00000000000000000000000000000000
  260.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  261.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  262.           00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  263.           8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  264.           8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  265.           8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  266.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  267.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  268.           33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  269.           33333337FFFF7733333333300000033333333337777773333333}
  270.         Layout = blGlyphRight
  271.         NumGlyphs = 2
  272.       end
  273.       object BitBtn4: TBitBtn
  274.         Left = 95
  275.         Top = 3
  276.         Width = 89
  277.         Height = 25
  278.         Hint = 'Close Graph Window'
  279.         Caption = '&Close'
  280.         Font.Color = clBlack
  281.         Font.Height = -11
  282.         Font.Name = 'MS Sans Serif'
  283.         Font.Style = []
  284.         ParentFont = False
  285.         TabOrder = 1
  286.         Kind = bkOK
  287.       end
  288.     end
  289.     object Edit1: TEdit
  290.       Left = 192
  291.       Top = 32
  292.       Width = 33
  293.       Height = 20
  294.       Font.Color = clBlack
  295.       Font.Height = -11
  296.       Font.Name = 'MS Sans Serif'
  297.       Font.Style = []
  298.       MaxLength = 2
  299.       ParentFont = False
  300.       TabOrder = 4
  301.       OnKeyPress = Edit1KeyPress
  302.     end
  303.   end
  304.   object PieSeries1: TPieSeries
  305.     ColorEachPoint = True
  306.     ParentChart = Chart1
  307.     Marks.Visible = True
  308.     Marks.Style = smsValue
  309.     Marks.Arrow.Color = clWhite
  310.     Marks.ArrowLength = 8
  311.     Active = False
  312.     PieValues.DateTime = False
  313.     PieValues.Name = 'Y'
  314.     PieValues.Multiplier = 1.000000000000000000
  315.     Left = 504
  316.     Top = 352
  317.   end
  318.   object BarSeries1: TBarSeries
  319.     ColorEachPoint = True
  320.     ParentChart = Chart1
  321.     Marks.Visible = False
  322.     Marks.Arrow.Color = clWhite
  323.     Marks.ArrowLength = 20
  324.     Active = False
  325.     BarBrush.Color = clScrollBar
  326.     XValues.DateTime = False
  327.     XValues.Name = 'X'
  328.     XValues.Multiplier = 1.000000000000000000
  329.     YValues.DateTime = False
  330.     YValues.Name = 'Y'
  331.     YValues.Multiplier = 1.000000000000000000
  332.     SeriesColor = clRed
  333.     Left = 536
  334.     Top = 352
  335.   end
  336.   object LineSeries1: TLineSeries
  337.     ColorEachPoint = True
  338.     ParentChart = Chart1
  339.     Marks.Visible = False
  340.     Marks.Style = smsValue
  341.     Marks.Arrow.Color = clWhite
  342.     Marks.ArrowLength = 8
  343.     Active = False
  344.     SeriesColor = clGreen
  345.     XValues.DateTime = True
  346.     XValues.Name = 'X'
  347.     XValues.Multiplier = 1.000000000000000000
  348.     YValues.DateTime = False
  349.     YValues.Name = 'Y'
  350.     YValues.Multiplier = 1.000000000000000000
  351.     Left = 472
  352.     Top = 352
  353.   end
  354. end
  355.